home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / he-kbd.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  97 lines

  1. ;; he-kbd.mim -- Hebrew input method with Hebrew keyboard layout
  2. ;; Copyright (C) 2003, 2004, 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;;; Input method for Hebrew simulating Hebrew keyboard.
  25. ;;; @image html he-kbd.png "Keyboard Layout"
  26. ;;; @image latex he-kbd.eps "Keyboard Layout" width=\narrowwidth
  27.  
  28. ;;      1!  2@  3#  4$  5%  6^  7&  8*  9(  0)  -_  =+  ;~ 
  29. ;;        /Q  'W  ╫ºE  ╫¿R  ╫ÉT  ╫ÿY  ╫òU  ╫ƒI  ╫¥O  ╫ñP  [{  ]} 
  30. ;;         ╫⌐A  ╫ôS  ╫ÆD  ╫¢F  ╫óG  ╫ÖH  ╫ùJ  ╫£K  ╫ÜL  ╫ú:  ,"  \| 
  31. ;;           ╫ûZ  ╫íX  ╫æC  ╫öV  ╫áB  ╫₧N  ╫ªM  ╫¬<  ╫Ñ>  .? 
  32.  
  33. (input-method he kbd)
  34.  
  35. (description 
  36.  "Hebrew input method simulating the Hebrew keyboard.
  37.     1!  2@  3#  4$  5%  6^  7&  8*  9(  0)  -_  =+  ;~ 
  38.       /Q  'W  ╫ºE  ╫¿R  ╫ÉT  ╫ÿY  ╫òU  ╫ƒI  ╫¥O  ╫ñP  [{  ]} 
  39.        ╫⌐A  ╫ôS  ╫ÆD  ╫¢F  ╫óG  ╫ÖH  ╫ùJ  ╫£K  ╫ÜL  ╫ú:  ,\"  \\| 
  40.          ╫ûZ  ╫íX  ╫æC  ╫öV  ╫áB  ╫₧N  ╫ªM  ╫¬<  ╫Ñ>  .? 
  41. ")
  42.  
  43. (title "╫ó")
  44.  
  45. (map
  46.  (map
  47.   ("`" ?\;)
  48.   ("q" ?/)
  49.   ("w" ?')
  50.   ("e" ?╫º)
  51.   ("r" ?╫¿)
  52.   ("t" ?╫É)
  53.   ("y" ?╫ÿ)
  54.   ("u" ?╫ò)
  55.   ("i" ?╫ƒ)
  56.   ("o" ?╫¥)
  57.   ("p" ?╫ñ)
  58.   ("a" ?╫⌐)
  59.   ("s" ?╫ô)
  60.   ("d" ?╫Æ)
  61.   ("f" ?╫¢)
  62.   ("g" ?╫ó)
  63.   ("h" ?╫Ö)
  64.   ("j" ?╫ù)
  65.   ("k" ?╫£)
  66.   ("l" ?╫Ü)
  67.   (";" ?╫ú)
  68.   ("z" ?╫û)
  69.   ("x" ?╫í)
  70.   ("c" ?╫æ)
  71.   ("v" ?╫ö)
  72.   ("b" ?╫á)
  73.   ("n" ?╫₧)
  74.   ("m" ?╫ª)
  75.   ("," ?╫¬)
  76.   ("." ?╫Ñ)
  77.   ("/" ?.)
  78.   ("'" ?,)
  79.   ("(" ")")
  80.   (")" "(")
  81.   ("<" ">")
  82.   (">" "<")
  83.   ("[" "]")
  84.   ("]" "[")
  85.   ("{" "}")
  86.   ("}" "{")
  87.   ))
  88.  
  89. (state
  90.  (init
  91.   (map)))
  92.  
  93. ;; Local Variables:
  94. ;; coding: utf-8
  95. ;; mode: lisp
  96. ;; End:
  97.